Testing emails?
#3568
Replies: 1 comment
-
Hi @allie5, Thanks for looking into the issue and reaching out! You should be able to send the emails with the following management command: ./manage.py send_monthly_activity_emails --force Please note that:
Let me know if that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm working on 3505 and it was simple enough, just changing the macro in the template by checking locale.month_stats in the larger if block rather than inline with the link
vs before
This might be silly but the thing is I'm not sure the best way to test this change, normally Id send the email and I haven't been able to figure out how to trigger an email. or how to test this statically in a unit test
Beta Was this translation helpful? Give feedback.
All reactions